home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / pm65sdk / sourcecode / pagemakerclasslibrary / queries / pgetprintoptionsps.h < prev    next >
C/C++ Source or Header  |  1996-09-04  |  716b  |  36 lines

  1. /*
  2.  *--- PGetPrintOptionsPS.h ------------------------------------------------
  3.  * Copyright (c) 1995-96 Adobe Systems Incorporated.  All rights reserved.
  4.  * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
  5.  *
  6.  * Description:
  7.  *-------------------------------------------------------------------------
  8.  */
  9. #ifndef __PGetPrintOptionsPS__
  10. #define __PGetPrintOptionsPS__
  11.  
  12. #include "PMTypes.h"
  13.  
  14. class PGetPrintOptionsPS
  15. {
  16.  
  17. public:
  18.  
  19.     PGetPrintOptionsPS();
  20.     
  21.     short    cGraphics;
  22.     PMBool    bMarks;
  23.     PMBool    bPageInfo;
  24.     PMBool    bSendData;
  25.     short    bDownload;
  26.     short    bSymbol;
  27.     PMBool    bErrHandler;
  28.     short    cToDisk;
  29.     PMBool    bExtraBleed;
  30.     short    bComm;
  31. };
  32.  
  33. #endif
  34.  
  35. // end of PGetPrintOptionsPS.h
  36.